Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
Int32N INumeric<Int32N>.RightShift(
int count
)Private Function RightShift (
count As Integer
) As Int32N Implements INumeric(Of Int32N).RightShiftprivate:
virtual Int32N RightShift(
int count
) sealed = INumeric<Int32N>::RightShiftprivate abstract RightShift :
count : int -> Int32N
private override RightShift :
count : int -> Int32N